runtime.p.gcw (field)
19 uses
runtime (current package)
mgc.go#L847: pp.gcw.dispose()
mgc.go#L849: if pp.gcw.flushedWork {
mgc.go#L851: pp.gcw.flushedWork = false
mgc.go#L893: if !p.gcw.empty() {
mgc.go#L981: gcw := &getg().m.p.ptr().gcw
mgc.go#L1368: gcDrain(&pp.gcw, gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L1383: gcDrain(&pp.gcw, gcDrainFlushBgCredit)
mgc.go#L1385: gcDrain(&pp.gcw, gcDrainFractional|gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L1387: gcDrain(&pp.gcw, gcDrainIdle|gcDrainUntilPreempt|gcDrainFlushBgCredit)
mgc.go#L1436: if p != nil && !p.gcw.empty() {
mgc.go#L1498: gcw := &p.gcw
mgcmark.go#L567: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1446: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1579: gcw := &getg().m.p.ptr().gcw
mgcmark.go#L1595: gcw := &p.gcw
mheap.go#L1959: gcw := &mp.p.ptr().gcw
mwbbuf.go#L228: gcw := &pp.gcw
proc.go#L5127: pp.gcw.dispose()
runtime2.go#L716: gcw gcWork
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |